func log/slog.appendJSONMarshal
3 uses
log/slog (current package)
json_handler.go#L118: if err := appendJSONMarshal(s.buf, v.Float64()); err != nil {
json_handler.go#L134: return appendJSONMarshal(s.buf, a)
json_handler.go#L142: func appendJSONMarshal(buf *buffer.Buffer, v any) error {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)